home *** CD-ROM | disk | FTP | other *** search
- Short: Shared library to parse XML
- Author: James S.Perrin <james.perrin@ntlworld.com>
- Uploader: James S.Perrin <james.perrin@ntlworld.com>
- Version: 1.0c (1.95.2)
- Type: dev/src
-
- Expat is a shared library which is based on the opensource project
- http://expat.sourceforge.net and is used to parse XML (eXetendable
- Markup Language) documents. XML is the basis of the majority of the
- new web technologies being developed by the World Wide Web Consortium
- but is also used in business for easy document/data exchange. Since
- XML is a can be easily parsed it makes an ideal format for process
- communication and configuration/preferance files for applications.
- The library itself does NOT require ixemul but some of the examples
- may.
-
- There are three related archives:
-
- util/lib/expat-usr.lha - just the shared library
- dev/c/expat-dev.lha - the header files docs and examples
- dev/src/exapt-src.lha - all that's in expat-dev.lha plus the
- modifed source files
-
- The original source is quite mature now, is used in many projects and
- is the XML parser used in the Mozilla browser. For more information on
- XML look at http://www.xml.com and http://www.w3.org .
-
- This is my first attempt at creating a shared library and in most part
- used CLib37x.lha by Andreas R. Kleinert.
-
- History
- 1.0 first release based on expat 1.95.2 src
- 1.0b xmlwf documentation added to -dev -src
- added missing config.h to -src
- 1.0c fixed example/elements.c -dev -src, I must remember to test everything!
-